CyberStore Cart Web Service
All Operations Resource Group
CyberStore Cart Web Service : All Operations Resource Group
Operations
MethodAddInvoiceItemsToCart
MethodAddItemsToCart
Add multiple lines to a Cart by Item_ID, Stock Code or Alternative Part Number.Adds one or more items by Item_ID, Stock Code or Alternative Part Number to the shopping cart. Introduced in 2023.1
MethodAddItemToCart
Adds an Item, by Item_ID, to the current shopping cart in a specified Quantity using the Unit of Measure.
MethodAddItemToCartByPartNumber
Adds an Item, by Part Number, to the current shopping cart in a specified Quantity using the Preferred Unit of Measure. Introduced in v2.19.
MethodAddItemToCartByStockCode
Adds an Item, by StockCode, to the current shopping cart in a specified Quantity using the Preferred Unit of Measure.
MethodAddOrderItemsToCart
MethodClearCart
Clears all lines from the shopper's current cart. Introduced in v.2.21
MethodDeleteCartLine
Deletes the specified cart line. Introduced in v2.21
MethodGetCart
Gets the current cart and details of the shopper. Introduced in v2.21.
MethodGetCartItemCount
Gets the count of total items in the cart equivalent to the sum of all quantities. Introduced in 2023.1
MethodGetCategoryShipDateRestrictions
Gets any ship date restrictions from categories of items in the shopping cart. Introduced in 2023.1
MethodGetWarehouseToUse

Gets the warehouse to use for an item in the shopping cart. Obsolete.

Use Fulfillment.GetWarehouseToUse instead.

MethodRenameSavedCart
Changes the name of the saved cart specified by the ID to the new name. Introduced in 2023.1
MethodRestoreSavedCart
Restores the saved cart having the specified ID merging it to the active shopping cart. Introduced in 2023.1
MethodSaveCart
Saves the current shopping cart with the specified name. Introduced in 2023.1
MethodUpdateCartLine
Updates an existing line in a cart.Updates an existing line in the shopper's cart. Introduced in v2.21
See Also
CyberStore Cart Web Service